home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 2 of 3.iso / chapter5 / drawex.h < prev    next >
Text File  |  1995-09-18  |  463b  |  16 lines

  1. #define IDM_EXIT           100
  2. #define IDM_SELECT         200
  3. #define IDM_SETBKGRND      201
  4. #define IDM_ABOUT          300
  5.  
  6. #define IDC_RED            101
  7. #define IDC_GREEN          102
  8. #define IDC_BLUE           103
  9.  
  10. #define DLG_VERFIRST        400
  11. #define DLG_VERLAST         404
  12.  
  13. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  14. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  15. LRESULT CALLBACK RGBDialog(HWND, UINT, WPARAM, LPARAM);
  16.